Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix Bun.spawn empty args #14074

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

coffinsfcompute
Copy link

@coffinsfcompute coffinsfcompute commented Sep 21, 2024

What does this PR do?

Fixes Bun.spawn

How did you verify your code works?

After spending 2, or 3 hours trying to figure out how to compile this code on Linux I gave up. The CONTRIBUTING.md is very out of date, and eventually I got close to making it build, but it seems that if you remove the lld linker plugin (I didn't seem to have it working for some reason) that a truck load of undefined symbol complaints come from the linker.

Hopefully, someone can take my idea, fix it and merge it 😢. I tried pretty hard to make this work.

@Jarred-Sumner
Copy link
Collaborator

After spending 2, or 3 hours trying to figure out how to compile this code on Linux I gave up. The CONTRIBUTING.md is very out of date, and eventually I got close to making it build, but it seems that if you remove the lld linker plugin (I didn't seem to have it working for some reason) that a truck load of undefined symbol complaints come from the linker.

Sorry about this. I made some changes which hopefully addresses this - 6e0847c

@coffinsfcompute
Copy link
Author

@Jarred-Sumner Thank you so much <3 I'll try again to build the code when I have time, and see about testing the ideas from this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants